Skip to content

Use os specific directory separator#7

Open
flymarq wants to merge 1 commit into
ltbam:masterfrom
flymarq:os-separator
Open

Use os specific directory separator#7
flymarq wants to merge 1 commit into
ltbam:masterfrom
flymarq:os-separator

Conversation

@flymarq

@flymarq flymarq commented Jun 17, 2026

Copy link
Copy Markdown

This script works only on windows OS, because it uses hard coded backslahes as directory separator.

The fix replaces the backshalsh with the python variable os.sep. Now it should run on all OS without exceptions.

This script works only on windows OS, because it uses hard coded backslahes as directory separator.

The fix replaces the backshalsh with the python variable `os.sep`. Now it should run on all OS without exceptions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant